home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
etc
/
ppp
/
ip-down.d
/
000resolvconf
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-09
|
346 b
|
16 lines
#!/bin/sh
#
# PPP down hook script for resolvconf
#
# Reconfigures resolver to take into account
# the disappearance of the ppp interface
#
# Licensed under the GNU GPL. See /usr/share/common-licenses/GPL.
#
# History
# June 2003: Written by Thomas Hood <jdthood@yahoo.co.uk>
[ -x /sbin/resolvconf ] || exit 0
/sbin/resolvconf -d "$PPP_IFACE"